-
Notifications
You must be signed in to change notification settings - Fork 63
[Search] Drafts how to use OpenAI compatible models with the inference API #935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
solutions/search/semantic-search/using-openai-compatible-models.md
Outdated
Show resolved
Hide resolved
solutions/search/semantic-search/using-openai-compatible-models.md
Outdated
Show resolved
Hide resolved
Co-authored-by: David Kyle <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few thoughts, publishing as diff is refreshing 😄
solutions/toc.yml
Outdated
@@ -43,6 +43,7 @@ toc: | |||
- file: search/semantic-search/semantic-search-inference.md | |||
- file: search/semantic-search/semantic-search-elser-ingest-pipelines.md | |||
- file: search/semantic-search/cohere-es.md | |||
- file: search/semantic-search/using-openai-compatible-models.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe moving this page up one level to sit directly under "AI-powered search" rather than nested under "Semantic search" would better reflect its broader applicability?
Alternatively, we could even create a new top-level category, that highlights LLM integration as a distinct capability that cuts across multiple use cases.
Overview
Related to https://github.com/elastic/search-docs-team/issues/266
This PR describes how to install an OpenAI-compatible model on your local machine using Ollama and how to connect it to ES.
Preview
Using OpenAI compatible models